From: Alexandros Theodotou Date: Wed, 24 Nov 2021 19:21:21 +0000 (+0000) Subject: gesture: fix typo in docs X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~91^2^2~113^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=cd60ec15762cb5ac0e4716bba0dc4e00f50a7607;p=gtk4.git gesture: fix typo in docs --- diff --git a/gtk/gtkgesture.c b/gtk/gtkgesture.c index 71a0300ea1..68adb2b02d 100644 --- a/gtk/gtkgesture.c +++ b/gtk/gtkgesture.c @@ -94,7 +94,7 @@ * Note: if a sequence is set early to %GTK_EVENT_SEQUENCE_CLAIMED on * %GDK_TOUCH_BEGIN/%GDK_BUTTON_PRESS (so those events are captured before * reaching the event widget, this implies %GTK_PHASE_CAPTURE), one similar - * event will emulated if the sequence changes to %GTK_EVENT_SEQUENCE_DENIED. + * event will be emulated if the sequence changes to %GTK_EVENT_SEQUENCE_DENIED. * This way event coherence is preserved before event propagation is unstopped * again. *